一、获取注册的用户名
exp:http://127.0.0.1/wordpress-4.7.1/wp-json/wp/v2/users/
或者用php代码。需要修改$url
<?php
header ('Content-type: text/html; charset=UTF-8');[......]
exp:http://127.0.0.1/wordpress-4.7.1/wp-json/wp/v2/users/
或者用php代码。需要修改$url
<?php
header ('Content-type: text/html; charset=UTF-8');[......]