有一哥们在微信开发中,到生成签名这抓狂了一天 最后发现微信调试工具在IE和chrome下对字符的排序竟然不同. 嗯,这个问题引起了我的关注,于是根据微信工具里的对象数组格式,撸了几句代码调试了一下,发现在IE9下,sort遇到复杂对象压根就不工作. 先来简单的: var k = ["a","A","123"]; k.sort(); console.log(k); 结果:123,A,a 元素是对象的: var t = []; var tmp = n
page 201 show ip route Correction(05-4) Basic configuration of R1: enable configure terminal hostname R1 no ip domain-lookup (Disable DNS lookup) enable secret class (Configure a priviledged EXEC mode password) banner motd #shenme shenme shenm
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace WebProjects.Controllers { public class HomeController : Controller { // // GET: /Home/ public ActionR