我试图以用户输入为例,例如widgetName
的用户输入,并将其添加到html的<title>
标记之间的文件中。
我尝试查找方法,但是没有运气。
widgetName = input("Please enter the name you would like to use for your widget: ")
with open(os.path.join(widgetname, 'LockBackground.html'), 'w') as f:
f.write("""
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> USER INPUT GOES HERE!! </title>
<style type="text/css">
@font-face {
font-family: HelveticaNeue-UltraLigCond;
src: url('fonts/font-file-goes-here');
}
# More CSS goes here.
</style>
<script type="text/javascript" src="scripts/jquery-1.6.4.min.js"></script>
# More javascript here.
</head>
<body>
# Code goes here.
</body>
</html> """)
答案 0 :(得分:2)
您可以执行2种方法。一种是使用std::thread::detach
字符串替换,另一种是使用|
。
%s
另一种方式
{}