模板

.C

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main(int argc, char** argv) {
return 0;
}

.h

#ifndef X
#define X

#endif

.cpp

#include <iostream>

using namespace std;

.css

@charset "utf-8";
#id {
}
.class {
}

.html

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title></title>
<link style="stylesheet" type="text/css" href="" />
<style type="text/css">
</style>
<script type="text/javascript" src=""></script>
<script type="text/javascript">
</script>
</head>
<body>
</body>
</html>

.java

import java.util.*;
public class X {
public static void main(String[] argv) {
}
}

.js

window.onload = function() {
}

.php

<?php
?>

.xml

<?xml version="1.0" encoding="UTF-8"?>

原文地址:https://www.cnblogs.com/feilv/p/4088763.html