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.
例子:
<img src='https://example.com/getImage?q=img_ref' />
并且https://example.com/getImage要求我们发送一些指定的标头以使请求有效。有可能吗,还是我必须为此使用ajax?
https://example.com/getImage
该功能无法通过 HTML 获得。我会把它作为一个ajax请求。