摘要: var statusId = ''; var notifyId = ''; function AddNotification() { notifyId = SP.UI.Notify.addNotification("Hello World!", true); } function RemoveNotification() { SP.UI.Notify.removeNotification(notifyId); notifyId = ''; } function AddStatus() { statusId = SP.UI.St 阅读全文
posted @ 2012-08-02 17:24 小师傅 阅读(174) 评论(0) 推荐(0) 编辑