嗨,这个项目已经工作了一段时间,现在我需要获取用户频道的频道横幅。我有这个 url ( https://i2.ytimg.com/i/zRJMLe36PT0Q2mhlmbU2OQ/1.jpg ),它通过频道 id 获取频道头像的频道头像。(id 是一长串文本和数字)我也在互联网上搜索了很长一段时间,但没有找到网址。如果有人能找到与头像相同的网址,仅用于频道横幅,我将不胜感激!谢谢,加油!(ps,我宁愿不使用php,但如果有使用php的解决方案,我可以使用它)
基本上,我有这个HTML页面.(只是把头部放进去)
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- TITLE -->
<title>Page Title</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Grid CSS & Content -->
<!-- Personal CSS -->
<link href="css/flatcolor.css" rel="stylesheet">
<link href="css/fonts.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/nav.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Dosis:200,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
</head>
Run Code Online (Sandbox Code Playgroud)
我想做的是将我的个人CSS文件合并到一个大的css文件中.我希望看到的例子.
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- TITLE -->
<title>Page Title</title>
<!-- Bootstrap core …Run Code Online (Sandbox Code Playgroud)