刚学到jquery想知道这段代码是路径错误还是代码错误了
<html>
<head>
<title>jQueryTest</title>
<style>
.a{
boder:3px solid red;
width:300px;
height:300px;
}
</style>
<script src="../jquery-2/jquery-2.1.1.js" type="text/javascipt">
$(document).ready(function(){
$("p").addclass("a");
})
</script>
</head>
<body>
<p>测试</p>
</body>
</html>
慕虎1618318
游戏10代
慕哥5461239
XFE_星城前端_Peter
相关分类