duiker 发表于 2013-1-27 06:13:00

感觉好玩但不一定好用的代码

类CLink代码如下:
<div style="border: 1px solid #cccccc; padding: 4px 5px 4px 4px; background-color: #eeeeee; font-size: 13px; width: 98%;"><!---->Private mI As Integer

Public Function Append(i As Integer) As CLink
    mI = mI + i
    Set Append = Me
End Function

Public Function GetValue() As Integer
    GetValue = mI
End Function
页: [1]
查看完整版本: 感觉好玩但不一定好用的代码