創世春秋
中文
EN
Details
All
Idea
Chat
Painting
Write
Questions
Chat
兔子
Anchorite
請用C#寫一份最短的調用WebGL的函數,用來呈現一張jpg圖片
2023-04
Chat
Anchorite
#或者其他語言編寫一個計算兩個長方形的面積的函數
**C#的解決方案:**
```C#
public static int CalculateRectangleArea(int width, int length)
{
return width * length;
}
```
2023-04