文章分类 -  软件工程

摘要:首先引入GOOGLE MAP的JS文件<script type="text/javascript" src="http://ditu.google.com/maps?file=api&amp;v=3"></script>以下为源代码:001 String.prototype.trim = function() {002 return this.replace(/(^\s*)|(\s*$)/g, "");003 };004 String.prototype.empty = function() {005 阅读全文
posted @ 2011-11-17 00:34 互联网的一块砖 阅读(850) 评论(0) 推荐(0)