是否有替代内部超量的办法? - 黑人树脂问题
Blackberry 4.6 browser does not seem to use innerHTML properly. Instead of replacing contents, it appends contents!
function load_activities(){
x$( #dummy ).xhr( program.php ,{
method: post ,
data: action=list .
callback: function(){
document.getElementById("status2").innerHTML = this.responseText;
}
});