加入plus function
This commit is contained in:
parent
ce315d1111
commit
f5cd025433
@ -6,6 +6,10 @@
|
||||
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script>
|
||||
function plus (a, b) {
|
||||
return a+b;
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user