Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Snippets By mamengNew to Visual Studio Code? Get it now.
Snippets By mameng

Snippets By mameng

guokai

|
19 installs
| (0) | Free
maneng的私有代码片段
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

mameng 的代码片库

//输入ajax
$.ajax({
  url: "",
  method: "POST",
  datatype: "json",
  success: (data) => {},
  error: (err) => {},
});
//输入react
import React, { useState } from "react";
function App() {
  const [data, setData] = useState("hello");
  return <div>hello</div>;
}
export default App;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft