
其他
worm0527
见到你很高兴~~~~~~~~
展开
-
我的第一篇文章
第一篇博文原创 2015-11-30 08:33:46 · 524 阅读 · 0 评论 -
js获取Url中参数值
有时候我们在网页上需要获取url中某个参数的值,如http:www.test.com/index.html?value1=1&value2=2; 这时需要获取value1或者value2的值,可以采用以下的方法进行获取:function getUrlParamvalue(paramName) { var reg = new RegExp("(^|&)" + paramName + "=([原创 2016-03-30 21:36:05 · 518 阅读 · 0 评论 -
LeetCode总结
欢迎参考我的leetcode代码利用堆栈:http://oj.leetcode.com/problems/evaluate-reverse-polish-notation/http://oj.leetcode.com/problems/longest-valid-parentheses/ (也可以用一维数组,贪心)http://oj.leetcode.com/problems/valid-p转载 2017-07-18 11:55:00 · 410 阅读 · 0 评论