上一页 1 ··· 5 6 7 8 9
摘要: aspx代码: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="_ChosmePager.aspx.cs" Inherits="AspNetChosmePager._ChosmePager" %> <%@ Register Asse 阅读全文
posted @ 2017-01-24 23:23 AaronLi 阅读(164) 评论(0) 推荐(0)
摘要: aspx代码: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title> 阅读全文
posted @ 2017-01-22 21:13 AaronLi 阅读(172) 评论(0) 推荐(0)
摘要: 已经好几年没写过代码,重新练习起代码,在这做做笔记备忘。 aspx页面js代码: <script type="text/javascript"> function showMsg() { //定时刷新获取聊天内容 var data = "{}"; $.ajax({ type: "POST", dat 阅读全文
posted @ 2017-01-22 20:57 AaronLi 阅读(485) 评论(0) 推荐(1)
上一页 1 ··· 5 6 7 8 9