摘要:
//绑定个人信息$(function () { $.ajax({ url: "Ajax/select_userinfo.aspx", type: "POST", data: "userbuild=A", dataType: "JSON", success: function (text, resurt) { if (text != "") { b_user_info(text); } } });});function b_user_info(jsong) { var sjsong = $.par 阅读全文
posted @ 2012-06-11 17:35
若隐若现
阅读(381)
评论(0)
推荐(0)