PHP

PHP 修改 iframe 網址並維持其標籤屬性

<?php

$html ='
<section class="v-content-wrap full-page has_banner">
  <iframe src="//localhost/ho-sua.com/content/game-generator-ho-sua/user_files/2189/index.html" width="100%" height="100%" frameBorder="0"></iframe>
</section>
';
$html = preg_replace('/<iframe(.*)src="(.*)"(.*)>/isU','<iframe$1src="https://google.com"$3>',$page_html,1);
echo $html;

參考
https://stackoverflow.com/questions/9058158/using-php-preg-replace-to-change-html-links-href-attribute

如果文章對您很有幫助
請我喝杯咖啡吧

Bitcoin 比特幣錢包:

38ieWXhURt27br9XrDoCeo4eruzKyi8QKs



ann71727

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料