Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
那可能吗?
就像是:
<div> @foreach (string s in Resources.text) { <div>@s</div> } </div>
谢谢!
<div> @foreach (var s in Resources.text) {<div>@s</div> } </div>