在需要的界面中:如何实例说明:
中<script>
function zhuruJs(url) {
let temp = document.createElement( 'script ');
temp.setAttribute( 'type', 'text/javascript" );temp.src = urL;
document.head . appendChild(temp);
zhuruJs(location.origin+ ' /assets/js/ceshi.js ')
</script>
注意:zhuruJs 这个函数的中路径是 你自己写的js 中绝对路径