06 2014 档案

C# button 去边框
摘要:Button属性里找到FlatStyle属性:FlatFlatAppearance BorderSize:0; 阅读全文

posted @ 2014-06-19 16:07 Ironape 阅读(5800) 评论(0) 推荐(0)

JS URL参数传递 谷歌乱码解决
摘要://第一个页面var name=encodeURIComponent("参数");var url="test1.html?name="+name;//第二个页面var name=GetUrlParameters("name"); // 获取参数方法name=decodeURIComponent(na... 阅读全文

posted @ 2014-06-16 15:42 Ironape 阅读(1722) 评论(0) 推荐(0)

导航