~~~ /** *外调资源路径,即assets在本网站的路径主要存放js,css,img等 */ function asDir(){ echo get_template_directory_uri().'/assets/'; } ~~~