Skip to content

Instantly share code, notes, and snippets.

@lili668668
Created August 30, 2017 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lili668668/8171f1c89aee79aea060665654dac1c5 to your computer and use it in GitHub Desktop.
Save lili668668/8171f1c89aee79aea060665654dac1c5 to your computer and use it in GitHub Desktop.
下載檔案的 html 範例檔
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<a href="Behavior.xml" download="Behavior.xml">下載行為檔案</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment