Thank you for your reply.
But I can't get it.
I want to write the class in different file not in the same HTML file.
For example:
class CRect;class CPoint; in one graphic.js or graphic.html.
class CMath1;class CMath2; in one math.js or math.html.
So the index.html will not full by the class.