Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
参考:
http://www.foxtable.com/help/topics/2396.htm
取消不了。这个帮助已经看了,还是不能解决,不知哪里出现问题。
1不能改为2:
If e.Node.text = "1" Then
If e.NewText = "2" Then
e.cancel = True
End If
End If
1不能改为2:
If e.Node.text = "1" Then
If e.NewText = "2" Then
e.cancel = True
End If
End If
贺老师,不能用枚举法的。如果我有几万个节点,这样枚举要举死人的。
嘿嘿
贺老师,不能用枚举法的。如果我有几万个节点,这样枚举要举死人的。
不存在这种问题,你有规则就可以编码。