TA的每日心情 | 衰 2018-6-12 13:39 |
---|
签到天数: 24 天 [LV.4]偶尔看看III
|
本帖最后由 cromwellsparou 于 2018-5-9 10:46 编辑
9 O7 d6 P L$ ?5 j/ C4 d) W0 \4 E" d6 ]- ], g8 Y
大扎好,我是一名小白,一直做伸手党几年了,现在准备做一个勤劳主动地劳动人民,于是翻看教程学习制作了微机百科,然而遇到了图片中的问题,求大神指导下是什么原因,个人对编程语言不太懂,准备学习下,求大神指点一二,让我知道这到底是哪里出了问题,需要怎样去修正,小可感激不尽* {0 h, U* }1 }0 q0 Y: ~( y3 v+ [/ U
问题详细描述--
" j3 U* X& b B& u7 c: B+ ?; m8 L! f制作的词典内容中包含了很多代码noteTA |G1=IT Refimprove|date=2011年2月5 ?" Z' x% q0 l
以及。<ref name="woods-lyon-intercal">citation |url=http://www.muppetlabs.com/~breadbox/intercal/intercal.txt |last1=Woods |first1=Donald R. |last2=Lyon |first2=James M. |year=1973 |title=The INTERCAL Programming Language Reference Manual |accessdate=2009-04-24 |publisher=Muppetlabs.com |archiveurl=https://www.webcitation.org/5gGhTDeaV?url=http://www.muppetlabs.com/~breadbox/intercal/intercal.txt |archivedate=2009-04-24 |deadurl=yes </ref>! `9 y9 Z/ x# R) M9 f
下面图中有显示--
3 Q9 S; |% S/ t: g5 S求解
; h( \$ X& e* v4 {0 p2 A1、出现这个问题的原因是什么?
& Q1 O; B3 h3 H# i" I1 ]6 k2、有什么解决方式么?
+ M. k) D. ] M+ f由于是小白刚开始制作,不足之处望谅解,之前的提问方式也有问题抱歉 0 k0 t7 o1 n5 t9 N# O
后面图片是邱海波大大的制作截图作对比,还有源码$ ]9 \/ P3 `% x" [6 Y0 z. V
我的, V' A. F+ E; N# a
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">; ?+ {7 Z4 X D/ }1 j! @! e& Z9 F
- <html>$ ?7 M# {+ M h; H$ C
- <head>, D; M+ z# n) U }* z
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >6 H9 ~1 `+ e/ u7 S4 s
- <style type="text/css">! k, w5 Q& s# p" x
- body{
* D* y, {+ L/ d" g- s - background-color:;
/ X* S* J! B' e9 J3 f/ P - color:;+ ~) f* t! V" n
- font-family:"";
2 l7 i% P: y- r) `$ F - }
7 l0 f0 V% p* _2 r - </style>4 L/ k$ ^$ W9 ]. X7 `% s4 c' J
- * g& n7 p% @3 i$ K
- <!--
' o8 P/ _' u3 ^" u L G - <STYLE TYPE="text/css">
. @ E- r$ R( L - body{font-size:20;}* z3 A, Q) Y1 ]0 j! y
- </STYLE>
! d8 }7 O: X R7 R( U5 | - -->7 w9 Z- C: `- i6 [0 b* S- s' k
) `7 U+ W) p, r1 L+ J! N- " o' j0 ^& F G1 ]1 F
- <style>% k! i* p# ^( E( j
-
' k) e9 _, F" l - </style>
* l. r4 g! M: `$ H& q& k - <script>
; ^! r2 H5 s6 w4 Q, j - <!--& I4 o- }) h/ b( m
& U+ Q7 w1 \/ ^' m' `$ ~
+ L8 X, w0 w9 q y1 `- var expand_single=false;: X8 Q, ?: v: c7 P- w1 O
- function ToggleShow(elemId, arrowId){* t1 D/ g9 [) ~8 W0 ~0 d7 L( z
- * m7 i% v/ c; P$ L* O) _& X
- var elem = document.getElementById(elemId);
& y; E) C1 _6 y# E D - var arrow = document.getElementById(arrowId)# g0 v" k: k1 { J3 _+ Z
- + T9 `, j: ]* a: E
- var visible= (elem.className == "mdx_dict_block_collapse");
2 x7 S" N6 k( P( ~# m; P - if ( visible && expand_single ){
$ ]! ] [9 p) j$ }3 O8 | - ShowAllBlock(false, false, elemId);
' f7 }- E& m8 h: ~ - }6 w: A! c: j6 _* A# [
- elem.className=visible? "mdx_dict_block_expand":"mdx_dict_block_collapse";
- }" z! G- J9 X& K0 u - arrow.src=visible?"content://mdict.cn/res/arrow_down.png":"content://mdict.cn/res/arrow_up.png";/ K5 `# i/ Z# }' ?5 f& Y7 z" A
- }0 G# I0 k3 t/ G- C& J9 W& g' m
- * g) V0 p9 f) S9 y7 r
1 h$ \' i5 {) q! Y! b& _7 n+ ^6 P- function ShowAllBlock(visible, onlyFirstOne, exceptElementId){
3 O3 E3 n# e! g5 w5 Q5 g - allArrowImgs=document.getElementsByName("mdx_arrow_img");
, Z( q+ k% ] Q - var localVisible=visible;+ A7 V4 \( A0 G' n
- for(i=0; i<allArrowImgs.length; ++i){
+ `( T9 \' a& Y5 b* T: F - allArrowImgs[i].src=localVisible?"content://mdict.cn/res/arrow_down.png":"content://mdict.cn/res/arrow_up.png";
1 ~& E% u7 A3 w8 F - if (onlyFirstOne)
4 d8 o* t# I. ?, y4 V - localVisible=false;' a( S S5 X* V! d6 s! G r
- }
% d" S( z$ s: |! A2 A' x- R
: Y) w8 [3 @1 d4 H- allBlockDivs=document.getElementsByTagName("div");: I' z' `+ `3 j C u* R
- localVisible=visible;
! [' q, ]" a* i+ T7 I2 d - for(i=0; i<allBlockDivs.length; ++i){" U' Y$ i. K# `; ^
- if (allBlockDivs[i].name=="mdx_block_div" && allBlockDivs[i].id!=exceptElementId){3 y1 W3 p' G; Z. s o6 r
- allBlockDivs[i].className=localVisible?"mdx_dict_block_expand":"mdx_dict_block_collapse";
) ]' s% [. J. c7 F - if (onlyFirstOne), x2 K7 f( ~$ @9 \0 w: A/ n- F. m; L
- localVisible=false;
# u6 `: a8 E+ {4 V, Z U" O6 ^ - }1 ~& Z$ f# M4 q$ w
- }* f7 {2 ^0 S) P& m8 e! T
- }, O3 n2 s) _3 w; m
2 o, A* f. a4 p- function SetupMdx(){3 E$ Q4 e# B% I
- //SetupTouchEventListener();2 F" p a2 a5 e7 H8 P H
! i+ C+ ~# g% m! y* _- var expand_all=true;. h* i" o# \# d4 i5 g
- ShowAllBlock(true, !expand_all, "");! l2 U' q) g3 ]* J$ F- D S% e
-
0 P0 Z; o* D z3 @, n# q7 K! L3 t' U# k1 o - window.location.hash="@@@DocumentComplete";
) k; h, L) |* ~" @2 j( | - }- W' o4 M, x; Y7 J3 M, E ]
- 5 H) [5 T" R4 |9 y8 H( G, ]/ G
- -->
" h8 ?( w" ^# i$ G8 Q+ G - </script>
6 q6 j- t% R0 Q! S - <style>' W$ o/ e, _* q* `
- .mdx_btn {, r ?6 N1 A1 k; M( O4 H& `( y" \
- font-size: 0.7em;9 v# f8 I, Z/ _$ X3 E
- line-height: normal;
6 c. v$ H1 b. C& I% @+ p - margin-left: 8px;
6 K1 X+ e3 c. V3 z+ f3 g - margin-right: 8px;
3 [- c6 Q; `1 j% C- O% Z
* C3 j; z' e* M D) R- padding: 4px 10px 4px 10px;2 o+ [0 P6 O+ h9 ^( V9 \) i
- border-radius: 6px;
4 }" n8 ?$ n' H( G - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#d6d6d6));% z# l# H# n/ i
- background-image: -webkit-linear-gradient(top, #ececec, #d6d6d6);, }8 V. D7 E7 a8 D2 z1 j% ^
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);0 W8 d7 p0 T' e
- border-color: #C43C35 #C43C35 #882A25;: F0 y& ~" U- u! W, P
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
P9 R* w j( a s - }
" Q5 Y* U/ l5 \+ R& j7 _: H8 @$ A - .mdx_block_title{0 B0 t! ~) n* c C5 t
- font-size: 1em;
3 j" V; o0 A- u' R6 R2 } - font-weight: bold;( s) W5 R% h! x& }. A
- border-bottom:#0c0c0c;
. _: [2 J* }! ] a7 _ - background: #d6d6d6;5 ^# o1 Z3 a1 o9 V; J; f
- background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#d6d6d6));/ k; C" }8 y; o1 y) V" m. O9 K$ R
- background-image: -webkit-linear-gradient(top, #ececec, #d6d6d6);2 w! B" _! y9 Y: b+ [
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ececec', endColorstr='#00d6d6d6',GradientType=0 );
# ?& ^; S, f6 m) f2 s7 `2 M. ~( ? - ; w% A# ~3 Z; `4 N6 X. |0 a
- }$ {7 B0 a c% o, Z
- .mdx_dict_block_expand{" B/ P. Z- H! ]' ^( i. d, \
- display: block
; {" z; J9 G. N- W3 h5 \$ ]' w - }
, P1 M! |8 |8 q* E" s; w - .mdx_dict_block_collapse{
3 F2 F1 r+ K/ f/ U6 @- a8 G - display: none9 S4 Z1 ^' [$ Y* Q
- } h5 K# c3 q. c, F. \( m
- .tabs {font-family:Verdana,Arial,sans-serif;font-size:14px;line-height:29px;position: relative; padding: 1px; zoom: 1; }
* V# P: [: C* b$ a& @/ K+ a7 I - .tabs ul {font-weight:bold;display:block;border-bottom:1px solid #AAAAAA;height:30px; padding:0; margin:0; padding-left:30px;}
, l' |$ y _4 R, g/ M( e - .tabs ul li {-moz-border-radius-topleft:4px; -moz-border-radius-topright:4px;height:29px;border-bottom:0 none !important;float:left;list-style:none;margin:0 0.2em 1px 0;padding:0;position:relative;top:1px;white-space:nowrap;color:#555555;font-weight:blod;}
+ b* |2 f4 E4 l - .tabs ul li.tabs_active {margin-bottom:0;padding-bottom:1px; border:1px solid #aaa;color:#333;background-color:#fff;}% S, U3 Q9 D8 _, T- V* I; w2 E
- .tabs ul li.tabs_active_title {float:left;padding:0px 8px;text-decoration:none;color:#777;}$ C% N% X' C# c
- .tabs ul li.tabs_hover{margin-bottom:0;padding-bottom:1px;border:1px solid #999;}
4 k. e9 Q& B9 u$ C; y - .tabs ul li a {float:left;padding:0.25em 1em;text-decoration:none;cursor:pointer;color:#777;}
4 u6 S, e) s( ^/ m# k - .tabs ul li.tabs_active a {color:#333;}$ R }% L: V2 U9 h: o6 R
- .tabs ul li.tabs_active a {color:#555555;}# J& I0 ?5 s# z
- .ui-tabs .ui-tabs-panel {border-width:0;display:block;}
: p. T9 ^" A' w# [ - </style>
7 a0 m! E. m C0 H* ? - </head>! r% B8 U! L% N5 n6 Y( w
- <body onload="javascript:SetupMdx();"> _8 Z: k8 o* X& P1 {. d6 v* v
- _; w$ \) H1 `& w0 h- Infobox planet <br>bgcolour = #FFFFC0 <br>name = 3260 Vizbor <br>symbol = <br>image = <br>caption = <br>discovery = yes <br>discovery_ref = <br>discoverer = link-en|柳德米拉·瓦斯列娜·朱然勒娃|Lyudmila Vasilyevna Zhuravleva <br>discovery_site = <a href="content://mdict.cn/entry/576/克里米亚">克里米亚</a> <br>discovered = 1974年9月20日 <br>designations = yes <br>mp_name = <br>named_after = <br>alt_names = 1974 SO2/ 1951 WC / 1954 SF1 / 1961 VN / 1961 XE / 1968 WC / 1974 TV1 <br>mp_category = 主带小行星 <br>orbit_ref = <ref name="a">http://ssd.jpl.nasa.gov/sbdb.cgi?sstr=3260<font color=#700070> 3260 Vizbor</font>,小行星數據庫瀏覽器(JPL Small-Body Database Browser)-<a href="content://mdict.cn/entry/576/美国国家航空航天局">美国国家航空航天局</a>喷气推进实验室</ref> <br>epoch = 2456400.5 (2013年4月18日更新) <br>aphelion = convert|2.439927160539824|AU|km|3|abbr=on|lk=out <br>perihelion = convert|2.029180595957543|AU|km|3|abbr=on <br>semimajor = convert|2.234553878248684|AU|km|3|abbr=on <br>eccentricity = 0.091907957 <br>period = 1220.069787 <a href="content://mdict.cn/entry/576/日">日</a> 3.34<a href="content://mdict.cn/entry/576/儒略年">儒略年</a> <br>avg_speed = <br>inclination = 5.222657008462889 <br>asc_node = 249.3756222920162 <br>mean_anomaly = <br>arg_peri = 259.5061946335294 <br>satellites = <br>physical_characteristics = yes <br>dimensions = <br>mass = <br>density = <br>surface_grav = <br>escape_velocity = <br>sidereal_day = <br>axial_tilt = <br>pole_ecliptic_lat = <br>pole_ecliptic_lon = <br>albedo = <br>temperatures= <br>temp_name1 = <br>mean_temp_1 = <br>max_temp_1 = <br>temp_name2 = <br>max_temp_2 = <br>spectral_type = <br>abs_magnitude = 259.5061946335294 <p><b>小行星3260</b>(lang-en|3260 Vizbor)是一颗围绕<a href="content://mdict.cn/entry/576/太阳">太阳</a><a href="content://mdict.cn/entry/576/公转">公转的</a><a href="content://mdict.cn/entry/576/小行星">小行星。</a>1974年9月20日,link-en|柳德米拉·瓦斯列娜·朱然勒娃|Lyudmila Vasilyevna Zhuravleva在克里米亚发现了此天体<ref name="a" /><ref>cite news|title=小行星列表|url=http://cfa-www.harvard.edu/iau/lists/NumberedMPs.txt|accessdate=2013-07-08|newspaper=哈佛大学</ref>。<p>这颗小行星的绝对星等为259.5061946335294等<ref name="a" />。<h2 style="margin: 0; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom: 1px solid #aaaaaa; font-size: 150%;">参考文献</h2>reflist Minor Planet Number|<a href="content://mdict.cn/entry/576/小行星3259">小行星3259</a>|<a href="content://mdict.cn/entry/576/小行星3261">小行星3261</a><p>小天体<p>asteroid-stub<br><br>分类:1974年发现的小行星 </catset><catset>分类:小行星带天体
复制代码 9 ]0 `& C( n$ r j3 u5 Q5 V
邱大的& z( P0 Z% @9 J. t+ N
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- S# B: e/ |/ |% t6 p7 j - <html>( k( V% l' g) Y- ]: c& B
- <head>
( O% F% M1 W* T3 a6 v2 G) f - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >; ?( ?. I) U7 |+ z; x
- <style type="text/css">
6 Z) B0 M8 p% s2 B! a% _ }( } - body{3 I) L$ r% H9 l5 J
- background-color:;
3 _/ |( \% x! |+ W: B7 z, D - color:;
7 N" S& ]# W$ J/ b - font-family:"";9 K8 e: o. J( w1 g4 N
- }
8 |: k# b7 s; \( B! z - </style>
9 T1 S( H# m( ] - 8 {5 a) Z2 B- B% z/ y
- <!--" N2 l# b$ Y& G Z
- <STYLE TYPE="text/css">
# F' S7 t+ |* O; w6 h+ g/ B* r - body{font-size:20;}
7 c: ^/ p% V5 _7 B3 v2 J - </STYLE>
1 f! s( Z+ x# o7 P! ~ - -->
7 g+ p$ F( b) W+ ]; `) \- B) z
& o0 D6 l b, B/ k' B: {- 2 r: N+ X9 u) f! a
- <style>
, ?* ~' h$ y9 V4 r0 [% Q -
' W. E& {% U: P& H$ U2 D# T- S - </style>
* N& b6 I1 h7 i% U: X$ J- e - <script>
3 t/ X1 O* X. L. N: ` - <!--0 K7 U6 R" R- U# e
3 ^( Z( @4 p7 Z; g0 T$ V" i
i7 h* X1 I1 _' K- var expand_single=false;
0 K! T$ K2 ~$ M7 V - function ToggleShow(elemId, arrowId){( S' G+ V+ {" G% a
- 6 M& a1 b% U# n. s
- var elem = document.getElementById(elemId);
5 g3 `: I8 D* b$ q0 S# J. ? - var arrow = document.getElementById(arrowId)
8 `; t5 ^6 `+ q' | - + C; F& L9 R. N% w: X M
- var visible= (elem.className == "mdx_dict_block_collapse");
4 F! o! `5 K) a' o - if ( visible && expand_single ){/ Q* R' q. m8 x, S' P. {8 E
- ShowAllBlock(false, false, elemId);
/ _* I# i7 `' E5 { - }
7 O" t- H# Q, L9 x - elem.className=visible? "mdx_dict_block_expand":"mdx_dict_block_collapse";
7 _# O; p& P# v' { R; b* @9 c - arrow.src=visible?"content://mdict.cn/res/arrow_down.png":"content://mdict.cn/res/arrow_up.png";' l2 ^6 y, {6 t
- }
" l- ]4 f- u: ?& s9 o - 0 o7 p. |2 o9 E& p b0 X# ~* {" i2 D
- 0 z& a0 u) f1 L6 \7 y4 [$ H
- function ShowAllBlock(visible, onlyFirstOne, exceptElementId){! l4 t" L5 i; ~9 E- X6 g
- allArrowImgs=document.getElementsByName("mdx_arrow_img");
. O `$ |! \6 W! Z - var localVisible=visible;: \( m8 ?; |0 w
- for(i=0; i<allArrowImgs.length; ++i){
. u4 _* c7 z: g - allArrowImgs[i].src=localVisible?"content://mdict.cn/res/arrow_down.png":"content://mdict.cn/res/arrow_up.png";$ w. _7 w. V0 @$ r
- if (onlyFirstOne)* \& [2 G% L9 v3 P& x+ e( D6 x: |$ y
- localVisible=false;
. D1 j. f3 {- x& |& L. m - }
; N( Z- ?- S% \1 i1 _7 I - 1 h5 d- K1 O0 F4 ?) u. E1 i/ |
- allBlockDivs=document.getElementsByTagName("div");
8 s3 J) }( X4 e( B+ e& Z& i - localVisible=visible;+ ^ x# _$ G7 f4 x8 _* J/ n+ S
- for(i=0; i<allBlockDivs.length; ++i){1 P; E$ o: r0 o' l! d% M4 F- F
- if (allBlockDivs[i].name=="mdx_block_div" && allBlockDivs[i].id!=exceptElementId){) V& `4 U; r7 `4 `, N* p0 k8 M
- allBlockDivs[i].className=localVisible?"mdx_dict_block_expand":"mdx_dict_block_collapse";
- Y/ N6 i# W3 J( ?- K b' O* L - if (onlyFirstOne)
* P6 g; \) o5 t6 H6 j - localVisible=false;' d* C6 Y" m2 C
- }1 c Y5 ]- l& a# C
- }
, l9 f. m$ p( S$ I9 |) w1 p - }
_5 a- `1 S9 G8 T, c - ( ?' D7 u- R- v% I9 V- A
- function SetupMdx(){2 C% B% a5 ]8 t1 U
- //SetupTouchEventListener();2 ^+ S+ s+ c, e, E
, W# G2 b6 g% h4 J- var expand_all=true;
" U* A$ R! D8 V - ShowAllBlock(true, !expand_all, "");
" o# u4 ^3 R; M! \( n6 C. K: } - 5 X1 D a0 D: V$ _, @9 |" K+ {
- window.location.hash="@@@DocumentComplete";" V$ W7 t& g& y# i$ A' N
- }
4 `2 \$ C8 h, @. U# u% T: T9 I) ]
" f/ F. f3 H. a- -->
% N- Q* V- K6 i; R1 X - </script>
0 J( C, g( r+ Q% D( Q9 J5 z - <style>
; C, n7 O. z) e2 ^9 O8 G) I$ K - .mdx_btn {9 |" A$ A! F" W7 h& Y/ I% b2 C
- font-size: 0.7em;
0 ]6 D* N% a2 h1 p9 ?) d$ S - line-height: normal;2 N) N& b4 p# g' Z( @
- margin-left: 8px;
) H5 a9 I2 X$ K - margin-right: 8px;
$ c$ \& U0 [4 _7 `3 W
: j! x' K* j1 X$ `- padding: 4px 10px 4px 10px;
9 ~% ~6 h2 f7 y0 ]5 C - border-radius: 6px;2 ` {% e( _4 K/ w2 p* f/ _
- background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#d6d6d6));) ]* W& R6 C7 l- G: `. Q
- background-image: -webkit-linear-gradient(top, #ececec, #d6d6d6);
( V- Y/ D0 T6 {, ]) a# b5 L2 B - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
" D+ o: o. D8 j5 [% j$ T - border-color: #C43C35 #C43C35 #882A25;
* _* A5 r7 a5 Y - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); L! _2 D$ c1 a0 n8 E; u% S
- }: l9 _: u3 M. k1 G" [, Y0 P; z/ z
- .mdx_block_title{* _ j& v% w9 W, M) w! x& D( I
- font-size: 1em;
* e% |7 Z8 x' Y4 m% E, n) ]. t - font-weight: bold;/ f% o7 M, b+ d- Z$ g* j
- border-bottom:#0c0c0c;
9 z/ n2 K, t, Y$ r8 _# d/ S% k# u5 c - background: #d6d6d6;
) l2 F0 \- p% {7 U. v' H - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#d6d6d6));
; B; b8 Z+ O# d3 n7 G: x - background-image: -webkit-linear-gradient(top, #ececec, #d6d6d6);- _: Z- ?. b( q4 W, z1 m9 }
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ececec', endColorstr='#00d6d6d6',GradientType=0 );
% k. z% ` M% a: ]% M- K) d' n0 q
1 u& a' d* `5 U6 ?2 K- }6 [3 N& `) H4 b1 A$ o$ y) z5 g* h3 ~- {" q
- .mdx_dict_block_expand{0 T* y D8 ^( y2 q. q. @( \
- display: block
* c' k8 }, {' X# `6 K - }
6 ]$ y: v+ g4 D# p8 l- W - .mdx_dict_block_collapse{
/ o) t, v0 l C$ x+ D - display: none
' r' H. W( o% `; @ - }" U( i" [8 V4 \% q2 J" ^
- .tabs {font-family:Verdana,Arial,sans-serif;font-size:14px;line-height:29px;position: relative; padding: 1px; zoom: 1; }
) ]0 [9 G, |7 l, r# S2 U2 z - .tabs ul {font-weight:bold;display:block;border-bottom:1px solid #AAAAAA;height:30px; padding:0; margin:0; padding-left:30px;}
# Q1 ]- G* _; W C' u - .tabs ul li {-moz-border-radius-topleft:4px; -moz-border-radius-topright:4px;height:29px;border-bottom:0 none !important;float:left;list-style:none;margin:0 0.2em 1px 0;padding:0;position:relative;top:1px;white-space:nowrap;color:#555555;font-weight:blod;}+ F, o5 J7 I: J9 I; u$ f
- .tabs ul li.tabs_active {margin-bottom:0;padding-bottom:1px; border:1px solid #aaa;color:#333;background-color:#fff;}
]0 o" _2 x3 z! d+ B# P% e - .tabs ul li.tabs_active_title {float:left;padding:0px 8px;text-decoration:none;color:#777;}
2 @9 n! N/ h/ K i: c$ H - .tabs ul li.tabs_hover{margin-bottom:0;padding-bottom:1px;border:1px solid #999;}8 x7 L9 B" F0 T
- .tabs ul li a {float:left;padding:0.25em 1em;text-decoration:none;cursor:pointer;color:#777;}
) W8 K" B z6 k# V) t% A - .tabs ul li.tabs_active a {color:#333;}
& ^; l; B2 |' {/ z! i R9 [ - .tabs ul li.tabs_active a {color:#555555;}
( ]3 O5 E9 p9 V/ @5 A - .ui-tabs .ui-tabs-panel {border-width:0;display:block;}
, U5 E+ j% O7 [" N6 A2 K' L4 _3 k - </style>6 H: x+ \( I7 w0 C1 n
- </head>- f1 j( j: t9 L) |* [; M7 k! s
- <body onload="javascript:SetupMdx();">
C, ]. l9 _; c( A( h' g. i, G
/ `* `4 t& y% ^8 T- <link href="content://mdict.cn/mdd/101/wiki.css" rel="stylesheet" type="text/css">
/ B% L0 Z- n5 O+ o' F, N! B. ? - <ol class='catalog'><li><a href="#T1">参考文献</a><p></ol><table align='right' width=40% cellspacing=0 frame=box rules=none class='navbox'><tr><th colspan=2 id='caption'>小行星3260</th></tr><tr><th colspan='2' id='caption'>3260 Vizbor</th></tr><tr><th>发现者</th><td>柳德米拉·瓦斯列娜·朱然勒娃(Lyudmila Vasilyevna Zhuravleva)</td></tr><tr><th>发现站点</th><td><span class='no-key'>克里米亚</span></td></tr><tr><th>发现</th><td>1974年9月20日</td></tr><tr><th>其他名</th><td>1974 SO2/ 1951 WC / 1954 SF1 / 1961 VN / 1961 XE / 1968 WC / 1974 TV1</td></tr><tr><th>MP类别</th><td><span class='no-key'>主带小行星</span></td></tr><tr><th>轨道参考</th><td><sup><a name='R1' />[<a href="#1">1</a>]</sup></td></tr><tr><th>曆元</th><td>2456400.5 (2013年4月18日更新)</td></tr><tr><th>远日点</th><td>2.439927160539824AU</td></tr><tr><th>近日点</th><td>2.029180595957543AU</td></tr><tr><th>半长轴</th><td>2.234553878248684AU</td></tr><tr><th>离心率</th><td>0.091907957</td></tr><tr><th id='lines'>期间</th><td id='lines'>1220.069787 <span class='no-key'>日</span><br />3.34<span class='no-key'>儒略年</span></td></tr><tr><th>轨道倾角</th><td>5.222657008462889</td></tr><tr><th>升交点黄经</th><td>249.3756222920162</td></tr><tr><th>近心点幅角</th><td>259.5061946335294</td></tr><tr><th>ABS幅度</th><td>259.5061946335294</td></tr></table><p><b>小行星3260</b>(<small>【英】</small>3260 Vizbor)是一颗围绕<span class='no-key'>太阳</span><span class='no-key'>公转</span>的<span class='no-key'>小行星</span>。1974年9月20日,柳德米拉·瓦斯列娜·朱然勒娃(Lyudmila Vasilyevna Zhuravleva)在克里米亚发现了此天体<sup><a name='R_11' />[<a href="#1">1</a>]</sup><sup><a name='R2' />[<a href="#2">2</a>]</sup>。</p><p>这颗小行星的<span class='no-key'>绝对星等</span>为259.5061946335294等<sup><a name='R_12' />[<a href="#1">1</a>]</sup>。</p><h2><a name='T1'>参考文献</a></h2><div class='references-small'><a name='1' />1. <a href="#R1">^</a><sup><a href="#R_11">1 </a></sup><sup><a href="#R_12">2 </a></sup><a href='http://ssd.jpl.nasa.gov/sbdb.cgi?sstr=3260'><span class='url'>3260 Vizbor</span></a>,小行星數據庫瀏覽器(JPL Small-Body Database Browser)-<span class='no-key'>美国国家航空航天局</span>喷气推进实验室<br /><a name='2' />2. <a href="#R2">^</a><a href='http://cfa-www.harvard.edu/iau/lists/NumberedMPs.txt'><span class='url'>小行星列表</span></a><br /></div><p>2个分类:小行星带天体|1974年发现的小行星
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?免费注册
x
|