once, 只运行一次函数 一次只调用一次函数。用法var once = require('once')function load (file, cb) { cb = once(cb) loader.load('file') loa