To apply CSS or HTML or any other thing in iframe, you need to use iframe srcdoc. <iframe srcdoc="<script>alert('Hello world')</script>"></iframe> This will run ...
確定! 回上一頁