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

📄 basicservice.asmx

📁 聊天 聊天 聊天 聊天 聊天 聊天
💻 ASMX
字号:
<%@ WebService Language="VB" Class="TestService"%>
Imports System
Imports System.Web.Services
Public Class TestService: Inherits WebService
<WebMethod()> Public Function  TestFunction (vInput as Boolean) As String
	If (vInput = TRUE) Then
 	   TestFunction = "It is the truth..."	
	Else
	   TestFunction = "False!False!False"	
	End if 
End Function
<WebMethod()> Public Function  add( a as integer, b as integer) as string
   add = cstr(a+b)
end function
End Class

⌨️ 快捷键说明

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