-RES:global path
-RES:Strings strings.resx
document.write("<h1>" + Strings.Greeting + "</h1>"); alert(Strings.Praise);
ajaxmin foo.js –RES:Strings strings.resx
document.write("<h1>Hello!</h1>");alert("Excellent!")
ajaxmin foo.js –RES:Strings strings-zh.resx
document.write("<h1>\u4f60\u597d\uff01</h1>");alert("\u771f\u68d2\uff01")
var Strings={Greeting:"Hello!",Praise:"Excellent!"}; document.write("<h1>" + Strings.Greeting + "</h1>"); alert(Strings.Praise);
body { /*[BodyFontFamily]*/ font-family: Arial;/*[BodyColor]*/ color: black; }
body{font-family:Segoe UI;color:#009}