0

是否可以选择将带有元标记的 HTML 文件上传到 Google Drive 并在文档中显示元数据(需要将文件转换为 Google Drive,因为我需要对其进行编辑)

这是一个例子:

<!DOCTYPE html>
<html>
    <head>
        <title>Title of the document</title>
        <meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
        <meta name="description" content="Free Web tutorials on HTML and CSS">
        <meta name="author" content="AngryBird">
    </head>
    <body>
    </body>
</html>
4

1 回答 1

0

抱歉,此功能在 Google Drive 中不可用。您可以稍后使用 Google Drive SDK 自己应用元数据,例如description字段,但这不会自动完成。

于 2013-01-10T23:22:52.543 回答