您好,欢迎来到95分类目录!
当前位置:95分类目录 » 站长资讯 » 35dir专区 » 文章详细 订阅RssFeed

35dir前后端提交网站时粘贴的链接自动去掉https(http)://

来源:本站原创 浏览:48次 时间:2025-03-03
简介:前端添加 进入/themes/default目录找到website.html,在最底部的{#include file="footer.html"#}上面加入以下代码         // DOM加载完成后执行         document.addEventListener('DOMContentLoaded', function() {             const urlI

前端添加

进入/themes/default目录找到website.html,在最底部的{#include file="footer.html"#}上面加入以下代码


<script>
        // DOM加载完成后执行
        document.addEventListener('DOMContentLoaded', function() {
            const urlInput = document.getElementById('web_url');
            
            // 实时输入处理
            urlInput.addEventListener('input', function(e) {
                this.value = sanitizeURL(this.value);
            });


            // 失焦时最终校验
            urlInput.addEventListener('blur', function(e) {
                this.value = finalCheckURL(this.value);
            });
        });


        // 即时清理函数
        function sanitizeURL(url) {
            return url
                .replace(/^s+/, '')         // 去除首部空格
                .replace(/^(https?|ftp):///i,'')  // 移除协议头
                .replace(/^/+/g, '')        // 移除开头的斜杠
                .replace(/s+/g, '')         // 移除所有空格
                .replace(//+/g, '/');       // 合并多余斜杠
        }


        // 最终校验函数
        function finalCheckURL(url) {
            const cleaned = sanitizeURL(url)
                .replace(//+$/g, '')        // 去除末尾斜杠
                .trim();
            
            // 添加自定义校验逻辑(示例)
            if (!cleaned) {
                console.warn('URL不能为空');
            }
            
            return cleaned;
        }
    </script>


后端添加

进入/themes/system目录找到website.html,在最底部的{#include file="footer.html"#}上面加入以下代码

<script>
        // DOM加载完成后执行
        document.addEventListener('DOMContentLoaded', function() {
            const urlInput = document.getElementById('web_url');
            
            // 实时输入处理
            urlInput.addEventListener('input', function(e) {
                this.value = sanitizeURL(this.value);
            });


            // 失焦时最终校验
            urlInput.addEventListener('blur', function(e) {
                this.value = finalCheckURL(this.value);
            });
        });


        // 即时清理函数
        function sanitizeURL(url) {
            return url
                .replace(/^s+/, '')         // 去除首部空格
                .replace(/^(https?|ftp):///i,'')  // 移除协议头
                .replace(/^/+/g, '')        // 移除开头的斜杠
                .replace(/s+/g, '')         // 移除所有空格
                .replace(//+/g, '/');       // 合并多余斜杠
        }


        // 最终校验函数
        function finalCheckURL(url) {
            const cleaned = sanitizeURL(url)
                .replace(//+$/g, '')        // 去除末尾斜杠
                .trim();
            
            // 添加自定义校验逻辑(示例)
            if (!cleaned) {
                console.warn('URL不能为空');
            }
            
            return cleaned;
        }
    </script>

© 版权声明

推荐站点

  • Bible Verse of the DayBible Verse of the Day

    Get your free Bible Verse of the Day

    verseoftheday.online
  • Retro GamesRetro Games

    Play classic retro games online for free. Enjoy NES, SNES, Genesis/MD, Neo Geo, GBA and arcade emulator games directly in your browser. The best free retro games collection.

    classicgamezone.com
  • TikTok動画保存TikTok動画保存

    ティックトック動画を無料でロゴなし保存。高画質でTikTok動画をダウンロードできるサービスです。簡単操作で動画を保存できます。

    ttsavehub.com
  • Twitter Video DownloaderTwitter Video Downloader

    Free Twitter video downloader to save high-quality Twitter/X videos easily. Best Twitter downloader tool for all X video download needs, no registration required.

    twxsave.com
  • 上海ゲーム無料プレイ上海ゲーム無料プレイ

    誰でも楽しめる上海ゲームを無料提供中!必ず解ける牌配置とサポート機能で、初心者も安心。手軽に遊べる上海ゲームで、リラックスタイムをお過ごしください!

    xn--sckyeod992lk36a.com