在action中有一个ViewBag.AQI="值"; 我怎么在前台页面用jquery获取到这个ViewBag.AQI
的值?
$(function(){
@ViewBag.AQI
});
$(htmlObject).val('@ViewBag.AQI');