CKSKY.CN欢迎您的光临

wordpress的stdClass处理方式 2009.11.11

ken Hit: 365

下面是wordpress 的栏目返回值,从里面发现了stdClass 想输出里面第一个栏目ID 代码是: $cat_id= get_the_category( $post->id ); echo $cat_id[0]->term_id; 跟JSON的对象输出一样 fu...