标签: asp.net-mvc viewdata
我试图从数据库中获取数据,但它给了我NULL数据。由于我无法在我的aspx文件中使用ViewData。我错过了什么吗?
const largestOfFour = arr => arr.map(list => Math.max(...list))