⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 securetrans.aspx

📁 www.gsmlanka.com is a website for trading of mobile phone with a source code.
💻 ASPX
字号:
<script runat="server">
 Function getsecCode(ByVal minVAL As integer, ByVal MaxVal As integer)

        Dim secCode  As Random
        Dim intRandomNumber As integer

      'Create and init the randon number generator
        secCode  = New Random

        'Get the next random number
        intRandomNumber = secCode.Next(minVAL, MaxVal + 1)

        'Return the random # as the function's return value
        getsecCode = intRandomNumber

    End Function



</script>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -