var game = (function() {
function start() {
//somefunction
}
function save_count(someparamt) {
//somefunction
}
})();
savecount()
ブラウザの URL から
トリガーするにはどうすればよいですか? javascript:savecount();
動作しません どちらgame.savecount()
も どちらもwindow.game.savecount();