标签: javascript strict
我有这样的IIFE,
(function () { 'use strict'; })();
当我对此使用'use strict'时,jshint会给我一个错误,并说可能存在严格的违规行为。