PHP與js交互數據

PHP與js有兩種傳輸方式,一種是利用url,另一種是在一個界面內進行傳輸。 javascript 同一個界面下進行傳輸的方法以下:php <html> <title></title> <body> <?php $a=1; echo "<script>var b=\"$a\"</script>"; ?> <script language="javascript"> alert(b); </
相關文章
相關標籤/搜索