<?php if (isset($_POST['getJson'])) { $arr = array('test' => '\'\"1234\"\''); echo json_encode($arr); exit; } ?> <html ...
確定! 回上一頁