PHP代码在线运行


<?php $data = [ 'name' => '孤风', 'url' => 'https://rongsp.com' ]; echo json_encode($data, JSON_UNESCAPED_SLASHES|JSON_UNESCAPED_UNICODE);