代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/443266/1751175
js twinbbs.js
var TBBS = {};
TBBS.Dialog = {};
TBBS.Dialog.open = function(name, value)
{
switch (name)
{
case "sms":
location.href = "my.asp?handle=msgbox&action=send&name=" + value;
www.eeworm.com/read/409921/2220619
c screen.c
/*
* SCREEN.C - screen internal command.
*
* clone from 4nt msgbox command
*
* 30 Aug 1999
* started - Paolo Pantaleo
*
* 30-Apr-2005 (Magnus Olsen)
www.eeworm.com/read/104456/15691823
bas nihermitegaussmainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim v As Double
' 计算积分
v = NIHermiteGauss()
MsgBox "积分值 = " & v
End Sub
' 计算被积函数的函数值
Function Func(x As
www.eeworm.com/read/385664/8793081
c screen.c
/*
* SCREEN.C - screen internal command.
*
* clone from 4nt msgbox command
*
* 30 Aug 1999
* started - Paolo Pantaleo
*
*
*/
#include "config.h"
#ifdef INCLUDE_CM
www.eeworm.com/read/168580/9907086
asp anews_list.asp
sub check()
c=document.form1.page.value
if c"" then
if not IsNumeric(c) then
msgbox " 页数只能输入数字"
document.form1.pag