【发布时间】:2019-12-16 18:47:58
【问题描述】:
根据Update AMP Cache,一个带有in的URL
https://example-com.<cache.updateCacheApiDomainSuffix>/update-cache/c/s/example.com/article?amp_action=flush&amp_ts=<ts_val>&amp_url_signature=<sig_val>
应该生成表单。它使用问号?符号分隔example.com/article?amp_action=后面的路径和参数
现在我想更新一个网址
https://m.discuss.com.hk/amp_viewthread.php?tid=24025060.
网址末尾有一个问号。那么,这里的URL如何构造呢?
我应该将其生成为:
…update-cache/c/s/m.discuss.com.hk/amp_viewthread.php?tid=24025060&_action=flush…
或者类似的东西:
…update-cache/c/s/m.discuss.com.hk/amp_viewthread.php%3ftid=24025060?amp_action=flush…
【问题讨论】:
标签: amp-html