問題タブ [accelerated-mobile-page]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
793 参照

json - amp-bind コンポーネントを使用して json の結果から div に html コンテンツを設定する方法

私は次のことを試しました

Jsonの結果

現在、次のように表示されています

HTMLタグはテキストとしてリストされています.実際にはjsonの結果はAPI呼び出しから来ています.これを達成する方法はありますか.

また、amp-iframe を使用して読み込もうとしました。サーバー上に追加のページを作成し、iframe を使用して同じページを呼び出しました。コンテンツは適切に読み込まれていますがdiv、両方の原点が同じであるため、コンテンツの高さに応じてサイズを変更できません。

親 amp-iframe コンポーネントの高さを動的に設定するために使用されるスクリプト

amp-bind を使用すると、html コンテンツを表示できません。amp-iframe を使用すると、コンテンツに応じて iframe の高さを調整できません。誰か助けてください。

ありがとう

0 投票する
0 に答える
460 参照

c# - FORM [method=POST] error - AMP pages prepared with C# Asp.NET

I am trying to create an AMP mobile web site with C# Web Form. I am receiving an error message when checking the AMP test page:

Use of prohibited or invalid HTML tags. The attribute 'action' may not appear in tag 'FORM [method = POST]'

This is the form tag on my website:

How can i solve this problem? How can i change action= to action-xhr= in the web form?