標題:
Web Ap開發
[打印本頁]
作者:
ray
時間:
2020-8-29 10:06
標題:
Web Ap開發
本帖最後由 ray 於 2020-8-29 10:11 編輯
XAMPP:
https://www.apachefriends.org/zh_tw/index.html
NotePad++
https://notepad-plus-plus.org/
Server side(後端)
PHP/ASP/Java(JSP+Servelet)/Python/Node.js(Javascript).....
Client side(前端)
Javascript及其Framework:JQuery/Vue.js.......
作者:
李知易
時間:
2020-8-29 12:00
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs="
crossorigin="anonymous"></script>
<html>
<div class='status' id='s1'>Nothing</div>
<div class='status' id='s2'>Nothing</div>
<div class='status' id='s3'>Nothing</div>
</html>
<script>
$('#s1').html($('#s1').html()+" happen");
</script>
複製代碼
作者:
黃璽安
時間:
2020-8-29 12:02
<script
src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></script>
<html>
<div class = 'status' id = 's1'>Nothing</div>
</html>
<script>
alert ($("#s1").html()+"happen");
</script>
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2