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.
我尝试在我的 asp 页面中使用它,因为我在堆栈溢出时发现了这个,但是当我运行应用程序时它没有做任何事情,问题出在 pdfLocation() 我的返回一个字符串值,它是 pdf 的路径文件。这个对吗
<embed id="Embed1" src='<%# pdfLocation() %>' runat="server" name="pdfLoad"/>
这是功能
public string pdfLocation() { return "pdf/2.pdf"; }