python
c:\python23\lib> type "c:\downloads\diveintopython\htmn\l\toc\index.html"
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Dive Into Python</title>
<link rel="stylesheet" href="diveintopython.css" type="text/css">
上面 是怎么输入 得到源代码的 , 我用Python输入c:\python23\lib> type "c:\downloads\diveintopython\htmn\l\toc\index.html" 但提示错误(目录没有问题),提示错误在 第一个 C: 这的 冒号(:)
输入 c:\\python23\\lib> type "c:\\downloads\\diveintopython\\htmn\\l\\toc\index.html" 也提示错误
SyntaxError: unexpected character after line continuation character
请问 怎么输入 才跟书上的一样 出来 源代码