摘要: *& * *& Report Z8 *& *& * *& *& *& * * + - * / mod 取模 REPORT Z8. DATA i TYPE int2. i = 10. i = i + 1. DATA result TYPE int2. result = i mod 2. IF resu 阅读全文
posted @ 2022-07-27 23:46 往事只能回味--- 阅读(95) 评论(0) 推荐(0)
摘要: *& * *& Report Z7 *& *& * *& *& *& * REPORT Z7. DATA str TYPE string. str = 'java+mysql+springMVC+mybatis+spring'. WRITE str. ULINE. *将mysql替换成mssql R 阅读全文
posted @ 2022-07-27 23:29 往事只能回味--- 阅读(73) 评论(0) 推荐(0)