<?php alert("Hello World"); function alert($msg) { echo "<script type='text/javascript'>alert('$msg');</script>"; } ?>.
確定! 回上一頁