Jeely

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<!--引入jQuery-->
<script src="js/jquery.min.js" type="text/javascript"></script>
<script>
(function ($) {
//函数定义
$.getUrl = function (name) {
//函数内容
}
})(jQuery);

$(document).ready(function(){
//函数调用
$.getUrl(\'aim\');
});
</script>
</head>

<body>
</body>
</html>
---------------------
作者:Siimple
来源:CSDN
原文:https://blog.csdn.net/m0_37826101/article/details/79480906
版权声明:本文为博主原创文章,转载请附上博文链接!

分类:

技术点:

相关文章:

  • 2019-09-07
  • 2021-11-29
  • 2021-10-12
  • 2021-12-28
  • 2021-11-24
猜你喜欢
  • 2021-12-28
  • 2021-12-28
  • 2021-12-28
  • 2021-12-28
  • 2021-11-03
相关资源
相似解决方案