Skip to content

作業9:請做一個有繪圖的網頁 (難度不限,可以用套件) #19

Description

@ccckmit

可以用

  1. 原生 JavaScript -- https://www.w3schools.com/graphics/canvas_intro.asp
  2. plotly -- https://www.w3schools.com/graphics/plot_plotly.asp
  3. phaser.js -- https://phaser.io/
  4. three.js -- https://threejs.org/

或者其他

但是要寫一個 README.md 解說你的作品

md 是 markdown 檔案,請參考

Github Flavored Markdown 示範

表格

課程    |  時間
--------|-------------
網頁設計  | 週五上午 9:10-12:00
人工智慧  | 週四上午 9:10-12:00

課程 時間
網頁設計 週五上午 9:10-12:00
人工智慧 週四上午 9:10-12:00

mermaid 圖型(流程圖)

  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
Loading

Tex 數學式

$\int_{0}^{\infty} f(x) dx$

$\int_{0}^{\infty} f(x) dx$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions