react 引用外部js文件中的函數

外部js源碼:react export function fun1() {函數   alert("外部js中的函數");component }同步 react文件:源碼 import {fun1} from "../../components/common.js"    //引入外部js文件,其中{}裏面是方法名io //在react文件中調用鉤子     componentDidMount() 
相關文章
相關標籤/搜索