新增文章
文章标题
分类
C#
云星空
K3 BOS
K3 功能
用友
Oracle
python
SQL
MySql
PHP
HTML
script
windows
Access
影视后期
财务
服务
生活
内容
Private Sub Command1_Click() Dim strSj As String Dim strTh As String strSj = "VB使用Replace函数实现替换字符或字符串。" strTh = "替换" strSj = Replace(strSj, "Replace", strTh) ' 要替换的来源,要替换的内容,替换后的内容 Debug.Print strSj End Sub
返回
保存