PHP编程实战15-9







    


Ajax grabbed plain text containing html:

sample_table.html


    
foobar
a1
b2
c3

重点

  • xhr.open("GET", "sample_table.html", true);
  • message = xhr.responseText;
  • sample_table.html也可以补充为一个标准的html文件

你可能感兴趣的:(PHP编程实战15-9)