日期:2014-05-16 浏览次数:20644 次
$(function(){ alert("function"); $.post("/test/testJsonConfig",{"name":"zhangsan"},function(data){ alert(data); }); });