javascript - js 如何获取web.py 从服务器传过来的数据
PHP中文网
PHP中文网 2017-04-10 12:46:58
0
1
579

比如有一页面

$def with (data)
<html>
<head>
<script>
 function alertSth()
 {
     // data是一个列表,我想 alert data[0]
 }
</script>
</head>
<body>
<input type="submit" onclick="alertSth()">
</body>
</html>

所以请教js代码里如何直接获取从web.py传过来的值?

PHP中文网
PHP中文网

认证高级PHP讲师

Antworte allen(1)
刘奇

假设data[0]是个str:

var data0 = "$data[0]";
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage