摘要:定义了一个母版页 Admin.master 部分代码如下 ...
阅读全文
posted @ 2015-07-24 15:36
|
|
07 2015 档案
摘要:定义了一个母版页 Admin.master 部分代码如下 ...
阅读全文
posted @ 2015-07-24 15:36
摘要:保存数据到服务器,成功时显示信息。jQuery 代码:$.ajax({ type: "POST", url: "some.php", data: "name=John&location=Boston", success: function(msg){ alert( "Data...
阅读全文
posted @ 2015-07-08 14:34
|
|