摘要: spring boot 阅读全文
posted @ 2017-04-20 15:31 一亿虫 阅读(208) 评论(0) 推荐(0)
摘要: /** * title string 对话框标题 * msg string 消息内容 * callback function 返回函数。 **/ window.alert = function (title, msg, callback) { if (!title) { title = '对话框'; } var dialogHTML = ''; ... 阅读全文
posted @ 2017-04-20 13:05 一亿虫 阅读(1613) 评论(0) 推荐(0)