Java活用生活

ログイン

オンライン状況

オンラインユーザー1人
ログインユーザー0人
登録ユーザー2人

カウンタ

COUNTER335483

日誌

Web Master >> 記事詳細
2023/02/12

javascriptファイル取込(Node.js)

固定リンク | by:aramaki
javascriptファイル取込(Node.js)
----------------------------------------------
inc,js
------------------------
exports.func=function() {

    return "BOO";

};

sample,js
---------------------------------
const User=require('./inc.js');

(async () =>{
 console.log(User.func());

})()


21:44 | 投票する | 投票数(0) | コメント(0)
Copyright © Java活用生活 All Rights Reserved .