/*没有用require中的define,用普通方式定义的函数,在requirejs中怎么使用*/
function hello(){
console.log('hello,大家好ffffffffff');
}
function hello2(){
console.log('hello2,大家好hhhhhhhh');

}


1.requirejs的用法


直接应用即可

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-08-25
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-14
  • 2022-03-07
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案