Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在对 StarUML 中未定义数量的矩阵进行建模时遇到问题...我在上一个问题中读到,要将数组添加为属性,您必须编写:
array: int[*]
看到之后,我尝试了:
matrix: int[][] matrix: int[ * ][ * ] matrix: int[ * ][ ] matrix: int[ ][ * ]
但没有一个奏效。他们都发送了错误的语法错误弹出窗口。有谁知道正确的语法是什么?