08 2017 档案

摘要:原始代码:(在ie中正常,火狐中根本不运行window.parent这一步) 复制代码 代码如下: <script> function oa_tool1(){ window.parent.mm.rows="20,200,10,*"; } </script> 修改代码:(在ie和火狐当中均正常) 复制 阅读全文
posted @ 2017-08-30 15:00 lifangxia 阅读(270) 评论(0) 推荐(0)
摘要:double num = 0.9563; String numPersentage = num.ToString("P"); 阅读全文
posted @ 2017-08-10 11:21 lifangxia 阅读(1086) 评论(0) 推荐(0)